Skip to content

Conversation

@Batcherss
Copy link

Description

Added a check for launching browsers, if yes - then closes and rechecks. If there are none, then just skips on.
I'm not sure that it can work on all systems and browsers, but I added a standard list of processes.

Type of change

  • [#] Fixed error when browser is running and skuld trying to steal cookies/logins

How Has This Been Tested?

I conducted testing on both virtual machines like apponfly and virtualbox (turning off anti-VM for a while)

  • [run on apponfly vm ] Test A
  • [running on virtualbox vm] Test B
  • Hardware: windows
  • Go Version: 2024.3.5

@Batcherss Batcherss mentioned this pull request Apr 8, 2025
@EvilBytecode
Copy link
Contributor

winapi would probably better than doing taskkill imo

@aamaanaa
Copy link

no need for winapi. no need for task kill. no need to copy over files. u can just read the cookies db even when the browser is running...

@EvilBytecode
Copy link
Contributor

bro ud need to kill the browser or kill the handle or do it in memory... u can find the db in mem

@aamaanaa
Copy link

bro ud need to kill the browser or kill the handle or do it in memory... u can find the db in mem

no

no need to kill handle. no need to find db in mem. no need for winapi.

it al comes down to a deeper understanding of the sql driver in golang

@EvilBytecode
Copy link
Contributor

again u can do the query in mem bro idk what ur doing and there multiple methods lol

@EvilBytecode
Copy link
Contributor

And im aware of the query ur doing btw. But theres multiple methods lol... but its whatever lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants